/* Start Specific Main Listing Layout Styles */

#DefaultProductListing-FilterPanel {
        width:100%;
        margin:0 auto;
        display:grid;
        /* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
		grid-template-columns: repeat(2,1fr);
		/* Gap in between products */
		grid-column-gap: 0px;
        float:left;
padding-left:0%;
padding-right:0%;
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
padding: 5px 0px 5px 0px;
margin-bottom: 20px;
}

#MobilepageAttributeFilter {
float: left;
    clear: left;
    margin-bottom: 20px;
width: 100%;
}

#DefaultProductListing-FilterContainer {
grid-column-start: 2;
}

#DefaultProductListing-HeadingContainer {
grid-row-start: 1;
grid-column-start: 1;
}

.DefaultProductListing-SoldText
{
width:100%;
color:red;
text-align:center;
}

.RepeatForm {
float: none !important;
border: none;
padding: 0px !important;
}

/* End Specific Main Listing Layout Styles */

/* Start Quick Update Styles */

#DefaultProductListing-TitleContainer {
	width:100%;
	border-bottom:solid 1px [TEXTHEADINGBORDER];
	margin:auto;
	margin-bottom:10px;
	padding: 10px 0px 10px 0px
        clear:left;	
}

.DefaultProductListing-Heading h1 {
		font-family:Poppins, sans-serif;
		color:#111;
		font-size:22px;
		font-weight:400;
		text-decoration:none;
		position:relative;
margin: 0px;
}
	
/* Grid container */
#DefaultProductListing-Container {
        width:100%;
        margin:0 auto;
        display:grid;
        /* Width of columns different widths 15% 15% 15% / if it is same with use repeat(5(no of columns),1fr) */
	grid-template-columns: repeat(4,1fr);
	/* Gap in between products */
	grid-column-gap: 30px;
grid-row-gap: 20px;
        float:left;
        padding-left:0%;
        padding-right:0%;
}

/* Product items */
div.DefaultProductListing-InnerContainer {
        box-sizing: border-box;
        padding: 0px;
	background-color: #fff;
	position: relative;
grid-auto-rows: 1fr;
}
	  
div.DefaultProductListing-ProductImageContainer {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
margin-bottom: 10px;
}
	  
img.DefaultProductListing-ProductImage {
max-width: 90%;
max-height: 100%;
}

#DefaultProductListing-Rating {
width: 100%;
text-align: left;
float: left;
padding: 10px 0px 12px 0px;
grid-column-start: 2;
text-align: right;
}
	  
div.DefaultProductListing-ProductName h2 {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 22px;
text-align: center;
color: #000000;
margin: 0;
margin-bottom: 3px;
    width: 100%;
}
	  
div.DefaultProductListing-ProductName:hover {
		color:#000;
		text-decoration:none;
}
	  
div.DefaultProductListing-ProductShortDesc {
		font-family:Poppins, sans-serif;
		font-weight:400;
		color:#272727; 
		font-size: 14px;
		text-decoration:none;
		margin-bottom: 0.5rem;
}

#DefaultProductListing-ProductPriceContainer {
        width:100%;
        margin:0 auto;
display: flex;
	/* Gap in between products */
	grid-column-gap: 0px;
        float:left;
        padding-left:0%;
        padding-right:0%;
margin-bottom: 10px;
justify-content: center;
    align-items: center;
margin-top: 10px;
}
	  
.DefaultProductListing-RRPPrice {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 18px;
text-decoration-line: line-through;
text-transform: uppercase;
color: #7A7A7A;
margin-right: 10px;
}

.DefaultProductListing-RRPPriceLineThrough {
		text-decoration: line-through;
}
	  
div.DefaultProductListing-ProductPrice {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 18px;
text-transform: uppercase;
color: #111111;
display: flex;
text-align: center;
justify-content: center;
}
	  
.DefaultProductListing-TaxPrice {
		font-family:Open Sans, sans-serif;
		font-weight:300;
		color:#7a7a7a;  
		font-size: 14px;
		text-decoration:none;
		margin-bottom: 0.5rem;
}
	  
.Quant {
		font-family:Poppins, sans-serif;
		font-size: 1em;
		font-weight: 400;
		color: #272727;
		text-align: center;
		width: 60%;
		border: solid 1px #e1e1e1;
background: #fff;
padding: 9px;
border-radius: 30px;
}
	 
.DefaultProductListing-AddToBasket {
cursor: pointer;
    float: left;
    display: flex;
    align-items: center;
    padding: 2px 10px 2px 10px;
    width: 150px;
    height: 34px;
    border: 1px solid #7A7A7A;
    border-radius: 4px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1C58F1;
    justify-content: center;
}
	  
.DefaultProductListing-AddToBasket:hover {
color: #FFF;
background: #1c58f1;
}

.fa-shopping-cart {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 900;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.03em;
text-transform: uppercase;
margin-right: 10px;
}
	  
.DefaultProductListing-SelectOptions {
cursor: pointer;
    float: left;
    display: flex;
    align-items: center;
    padding: 2px 10px 2px 10px;
    width: 150px;
    height: 34px;
    border: 1px solid #7A7A7A;
    border-radius: 4px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1C58F1;
    justify-content: center;
}

.DefaultProductListing-SelectOptions:hover {
color: #FFF;
background: #1c58f1;
}

.fa-eye {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 400;
font-size: 14px;
    line-height: 16px;
margin-right: 10px;
}

#DefaultProductListing-AddToBasketContainer2 {
width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
grid-column-gap: 10px;
}

.DefaultProductListing-AddToBasketContainer {
    display: flex;
    width: 100%;
    height: auto !important;
    padding: 0px;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#DefaultProductListing-Wishtlist {
background: #EDEDED;
border-radius: 4px;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
    cursor: pointer;
}

.fa-heart {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 18px;
color: #1C1C1C;
}

.fa-heart {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 18px;
color: #1C1C1C;
}

.heart2
{
    font-weight: 900 !important;
}

#DefaultProductListing-View {
background: #EDEDED;
border-radius: 4px;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}

.fa-eye2 {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 18px;
text-align: center;
color: #1C1C1C;
margin-right: 0px;
}

#DefaultProductListing-EstimatedDeliveryMessage {
    text-align: left;
    width: 95%;
		font-family:Poppins, sans-serif;
		font-weight:400;
		color:#272727; 
		font-size: 14px;
    text-decoration: none;
    margin-bottom: 0.5rem;
padding: 2.5%;
background-color: #1c58f120;
float: left;
}

@media only screen and (max-width: 1200px) {
#DefaultProductListing-Container {
	grid-template-columns: repeat(2,1fr);
}
}
	  
/* Responsive */
@media only screen and (max-width: 950px) {
#DefaultProductListing-Container {
	grid-template-columns: repeat(1, 1fr);
}

.DefaultProductListing-AddToBasketContainer {
    width: 95%;
}
}

@media only screen and (max-width: 695px) { 
#DefaultProductListing-FilterPanel {
        width:95%;
padding: 5px 2.5% 5px 2.5%;
}

#DefaultProductListing-Container {
	width:95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
grid-column-gap: 10px;
}

}

@media only screen and (max-width: 550px) {
#DefaultProductListing-FilterContainer {
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 2;
margin: auto;
margin-top: 10px;
padding: 5px 0px 16px 0px;
}

#DefaultProductListing-HeadingContainer {
grid-column-start: 1;
grid-column-end: 3;
text-align: center;
}

.DefaultProductListing-AddToBasketContainer {
    width: 100%;
}
}